- statically linked library
- статически прикомпонованная библиотека
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
Library (computing) — This article is about the programming concept. For Windows 7 Libraries, see Features new to Windows 7#Libraries. Illustration of an application which uses libvorbisfile to play an Ogg Vorbis file In computer science, a library is a collection of… … Wikipedia
Static library — In computer science, a static library or statically linked library is a set of routines, external functions and variables which are resolved in a caller at compile time and copied into a target application by a compiler, linker, or binder,… … Wikipedia
Library catalog — A library catalog (or library catalogue) is a register of all bibliographic items found in a library or group of libraries, such as a network of libraries at several locations. A bibliographic item can be any information entity (e.g., books,… … Wikipedia
C standard library — The C Standard Library consists of a set of sections of the ANSI C standard in the programming language C. They describe a collection of headers and library routines used to implement common operations such as input/output[1] and string handling … Wikipedia
Libx(graphics library) — Infobox Software name = LibX developer = Christian Oberholzer and Basil Fierz latest release version = 1.0 latest release date = March 16 2008 operating system = Cross platform genre = Graphics library license = LGPL website = https://sourceforge … Wikipedia
GNU Lesser General Public License — infobox software license name = GNU Lesser General Public License caption = The GNU logo author = Free Software Foundation version = 3 copyright = Free Software Foundation, Inc. date = 2007 06 29 OSI approved = Yes Debian approved = Yes Free… … Wikipedia
Static build — A static build is a compiled version of a program which has been statically linked against libraries. In computer science, linking means taking one or more objects generated by compilers and assemble them into a single executable program. The… … Wikipedia
DLL hell — In computing, DLL hell is a colloquial term for the complications that arise when working with dynamic link libraries, (DLLs), used with Microsoft Windows operating systems.Although the term is Windows specific, and the more general term is… … Wikipedia
DLL Hell — In computing, DLL Hell is a term for the complications that arise when working with dynamic link libraries (DLLs) used with Microsoft Windows operating systems,[1] particularly legacy 16 bit editions which all run in a single memory space. While… … Wikipedia
Comparison of Java and C++ — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
iostream — C++ Standard Library fstream iomanip ios iostream sstream string … Wikipedia